if (q == null) {
return null;
}
return fixNegativeQueryIfNeeded(q);
}
protected FieldMapper fieldMapper(String smartName) {
if (q == null) {
return null;
}
return optimizeQuery(fixNegativeQueryIfNeeded(q));
}
protected FieldMapper fieldMapper(String smartName) {